curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/contractors/ \
--header 'Content-Type: application/json' \
--data '
{
"isGeneral": true,
"address": "<string>",
"state": "<string>",
"licenseNumber": "<string>",
"contact": {}
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/contractors/ \
--header 'Content-Type: application/json' \
--data '
{
"isGeneral": true,
"address": "<string>",
"state": "<string>",
"licenseNumber": "<string>",
"contact": {}
}
'