curl --location 'api.auto-value.yousefdawood.me/auth/signup' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "john.doe@autovalue.com",
"firstName": "John",
"lastName": "Doe",
"password": "SecurePass123!"
}'{
"status": "string",
"statusCode": 0,
"message": "string"
}