{
// "FirstName": "customer4",
// "LastName": "customer4",
// "Email": "customer4@test.com",
// "Username": "customer4",
// "Password": "P@ssw0rd",
// "Phone": "01234567891",
// "Location": "Cairo"
}
curl --location --request POST 'http://127.0.0.1:5051/api/Auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
// "FirstName": "customer4",
// "LastName": "customer4",
// "Email": "customer4@test.com",
// "Username": "customer4",
// "Password": "P@ssw0rd",
// "Phone": "01234567891",
// "Location": "Cairo"
}'
{}