curl --location '/api/v1/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"phone": "string",
"isThaiCompany": true,
"taxId": "string",
"companyName": "string",
"businessType": "string",
"userAmount": "string"
}'{
"success": true,
"data": {
"email": "user@example.com"
}
}