curl --location --request PUT '/v1/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullname": "admin",
"description": "saya adalah admin",
"phone_number": "88228568957",
"avatar_path": null
}'
{}
Authorization: Bearer ********************