cURL
curl --request POST \ --url https://commerce.driv.ly/api/cities \ --header 'Content-Type: application/json' \ --data ' { "state": "<string>", "name": "<string>" } '
{ "data": { "state": "<string>", "name": "<string>" }, "success": true }
The number of levels of related objects to include in the response
City is uniquely identified by State
City is uniquely identified by Name
City Added
Show child attributes