{
"code": "string",
"name": "string"
}curl --location 'https://master-apis.vercel.app/api/province/create-province' \
--header 'token: ' \
--header 'Content-Type: application/json' \
--data '{
"code": "string",
"name": "string"
}'{
"message": "Success",
"data": {
"code": "y",
"name": "Pizza Rial",
"createdAt": "2040-12-28T04:55:29.680Z",
"updatedAt": "2001-03-23T17:36:18.712Z",
"id": "edf4b66dbf53ad9e082da6bf"
}
}