curl --location --request POST '/api/register' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name" : "test",
"email" : "test@gmail.com",
"password" : "12345679"
}'
{}