curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v1/profile/address' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Rizky Nur H.",
"phone_code": "62",
"phone": "85739020631",
"type": "home",
"address": null,
"image": "https://placehold.com/200",
"note": null
}'
{
"data": {}
}