Authorization: Bearer ********************
{
"email": "johndue3@example.com",
"phone": "+90 532 000 00 03",
"name": "John Due",
"password": "123456tg",
"birthDate": "1989-04-20"
}
curl --location --request POST 'https://test-api.ucuzyolu.com/auth/register/corporate' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "johndue3@example.com",
"phone": "+90 532 000 00 03",
"name": "John Due",
"password": "123456tg",
"birthDate": "1989-04-20"
}'
{}