curl --location --request POST 'https://app.stg.bidancer.com/api/auth-service/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"username": "string",
"password": "stringst",
"name": "string",
"image": "http://example.com"
}'