POST
/api/v1/governorates
curl \
--request POST 'http://api.example.com/api/v1/governorates' \
--header "Content-Type: multipart/form-data" \
--form "RecruitmentAreaId=42" \
--form "Name=string"
curl \
--request POST 'http://api.example.com/api/v1/governorates' \
--header "Content-Type: multipart/form-data" \
--form "RecruitmentAreaId=42" \
--form "Name=string"