POST /api/sales-centers/create
POST
/api/sales-centers/create
curl \
--request POST 'https://org-bay.runasp.net/api/sales-centers/create' \
--header "Content-Type: multipart/form-data" \
--form "Name=string" \
--form "Location=string" \
--form "Image=@file"