Create vendor resource
POST /api/v1/vendorhub/vendors/:id/resources
Adds a new resource (document, link, file) to the vendor profile. Body: CreateResourceCommand with name, url, categoryId, statusId, availability (public|restricted). Returns 201 Created.
Request