curl --location -g --request POST '{{tessla}}/captain/register' \
--header 'Accept: application/json' \
--header 'Accept-Language: ar' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "mohamad",
"email": "vasunubi@mailinator.com",
"password":"sdfsdfsdf",
"password_confirmation": "sdfsdfsdf",
"phone": "6546546546464",
"address": "dskgfusdf",
"personal_photo": null,
"gender": "male",
"width": "20",
"height": "30",
"motor_number": "654654",
"license_photo": null, // send photo
"criminal_record": null, // send photo
"id_photo": null,
"photo": null,
"car_id": 1,
"model_car_id": 1,
"manufacture_year_id": 1,
"color_car_model_id": 1,
"id_back_photo": null, // send photo
"vehicle_coding": "154654",
"plate_number": "165464",
"car_size": "S",
"number_passengers": 60
}'