/api/v1/resources
Illustrative pattern for creating a validated business resource.
POST /api/v1/resources
Authorization: Bearer <token>
Content-Type: application/json
{
"name": "Example Resource",
"externalReference": "example-123"
}{
"success": true,
"data": {
"id": "example-resource-id"
}
}