curl --location --request POST 'https://api.ticaret.pro/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "string",
"displayName": "string",
"accountName": "string"
}'{
"status": true,
"data": {
"token": "string",
"user": {
"id": "string",
"email": "string",
"displayName": "string",
"status": "string",
"lastLoginAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"accounts": [
{
"account": {
"id": "string",
"name": "string",
"slug": "string",
"status": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"role": "owner"
}
]
}
}