register
POST
https://shop-api.imbeltagy.tech/auth/register
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://shop-api.imbeltagy.tech/auth/register' \
--header 'Accept-Language: ar' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "Your Name",
"email": "email@example.com",
"password": "Password#1",
"role": "client"
}'
Response Response Example
{
"success": true
}
Request
Header Params
Accept-Language
string
required
Example:
ar
Body Params application/json
Responses
Modified at 2025-06-21 03:52:53