Authorization: Bearer ********************
curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v1/profile/change-language' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"lang": "en"
}'
{}