curl --request POST \ --url https://api.ctrlplane.dev/api/v1/relationship/job-to-resource \ --header 'Content-Type: application/json' \ --data '{ "jobId": "123e4567-e89b-12d3-a456-426614174000", "resourceIdentifier": "resource-123" }'
{ "message": "Relationship created successfully" }
The response is of type object.
object