curl --location --request POST '/api/auth/signup' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"phone": "string",
"email": "user@example.com",
"password": "stringst",
"status": true,
"permis_ids": [
0
]
}'{
"success": true,
"data": {
"access_token": "string",
"refresh_token": "string",
"expires_in": 0,
"session_id": 0,
"user": null
},
"message": "string",
"statusCode": 0,
"timestamp": "string"
}