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