curl --request GET \ --url 'https://client.corrily.com/v1/users/test_user_id' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json'
{ "user": { "country": "AU" } }
Get country for the user if the user exists.
Show child attributes
{ "success": false, "error_message": "User does not exist" }