curl --location --request PATCH 'https://dev-api.inwantaiwan.com/api/apps/v1/profile' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Rizky Near",
"phone": "85739020631",
"phone_code": "62",
"birth_date": "2002-12-26",
"email": "rizkynear1@gmail.com",
"profile_picture": null
}'
{
"data": {}
}