curl --location --request POST 'https://app.apacta.com/api/v1/users' \
--header 'Content-Type: application/json' \
--data-raw '{
"city_id": "4e4d55fa-e3bf-4bdb-9825-519278b117b5",
"cost_price": 0,
"email": "user@example.com",
"extra_price": 0,
"first_name": "string",
"is_active": true,
"language_id": "e5383c4a-ba2f-4900-a483-8de374094cdf",
"last_name": "string",
"mobile": "string",
"mobile_countrycode": "string",
"password": "pa$$word",
"phone": "string",
"phone_countrycode": "string",
"receive_form_mails": true,
"sale_price": 0,
"street_name": "string"
}'