curl --location '/auth/register' \
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "MH Sagor",
"identifier": "8801736548286",
"otp": "527964",
"password": "123456",
"password_confirmation": "123456",
"dob": "2024-12-18",
"gender": "male",
"interests": [
"1843381396064702464",
"1843381396064702465",
"1843381396064702474",
"1843381396064702484"
]
}'