Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://www.paziresh24.com/api/register' \
--form 'cell=""' \
--form 'username=""' \
--form 'password=""' \
--form 'name=""' \
--form 'family=""' \
--form 'gender=""' \
--form 'national_code=""' \
--form 'date_birth=""' \
--form 'father_name=""' \
--form 'country_code=""' \
--form 'is_foreigner=""' \
--form 'email=""' \
--form 'province=""' \
--form 'city=""' \
--form 'image=""'
Responses
application/json {
"status": "string",
"message": "string"
}
Modified at 2024-08-22 09:13:54