post http://localhost:3000/contractors
Add contractor.
Log in to see full request history
Response
Add contractor.
xxxxxxxxxx
curl --request POST \
--url http://localhost:3000/contractors \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"entity_type": "business"
}
'
Try It!
to start a request and see the response here! Or choose an example: