curl --location 'http://localhost:8080/api/v1/auth/register' \ --header 'Content-Type: application/json' \ --data '{ "first_name": "string", "last_name": "string", "email": "string", "password": "string", "gender": "string" }'
{}