curl --location --request PUT 'https://app.mtariri.xyz/api//profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"full_name": "string",
"city": "string",
"user_type": "lender",
"verification_status": "verified",
"bio": "string",
"occupation": "string",
"latitude": 0,
"longitude": 0,
"credit_score": 0,
"monthly_income": 0,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}'
{
"profile": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"full_name": "string",
"city": "string",
"user_type": "lender",
"verification_status": "verified",
"bio": "string",
"occupation": "string",
"latitude": 0,
"longitude": 0,
"credit_score": 0,
"monthly_income": 0,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}