curl --location --request POST 'http://localhost/api/v1/auth/register' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "user@example.com",
"username": "string",
"phone": "stringst",
"password": "string",
"device_name": "string",
"password_confirmation": "string"
}'"string"