curl --request GET \
--url https://api.pocketflows.com/locations/{id} \
--header 'Authorization: Basic <encoded-value>'{
"id": "<string>",
"rewards_program": {
"id": "<string>",
"points_earned_per_dollar_spent": 123,
"point_redemption_value": 123,
"points_for_member_class_attendance": 123,
"points_for_referring_new_student": 123,
"points_for_referring_new_student_that_signs_up": 123,
"points_for_every_ten_classes_non_member": 123,
"points_for_first_visit_in_three_months": 123
}
}curl --request GET \
--url https://api.pocketflows.com/locations/{id} \
--header 'Authorization: Basic <encoded-value>'{
"id": "<string>",
"rewards_program": {
"id": "<string>",
"points_earned_per_dollar_spent": 123,
"point_redemption_value": 123,
"points_for_member_class_attendance": 123,
"points_for_referring_new_student": 123,
"points_for_referring_new_student_that_signs_up": 123,
"points_for_every_ten_classes_non_member": 123,
"points_for_first_visit_in_three_months": 123
}
}Show child attributes