/v1/me/update
curl --location --request PUT 'https://api.vidinfra.com/auth/profiles' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "sk shahriar ahmed",
"last_name": "raka",
"user_name": "ssar",
"phone": "01838810189",
// "organization_name": "Gotipath",
"type": "owner",
"country": "BD"
}'
{"message":"Profile is updated successfully.","result":{"first_name":"Md Sohel","last_name":"Mia","user_name":"Md Sohel Mia","phone":"01838810189978","organization_name":"Gotipath","country":"BD","address_line1":null,"address_line2":null,"state":null,"zipcode":null,"city":null,"timezone":null},"success":true}