curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/loyalty_clubs/oauth2/keys?per_page=&page_no=1' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{
"keys": [
{
"id": 26,
"loyalty_club_id": 3,
"algorithm": "rs256",
"kid": "gXjRr7J9GHP",
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z"
},
{
"id": 3,
"loyalty_club_id": 5,
"algorithm": "rs256",
"kid": "PKq4mjU"
}
],
"pagination_info": {
"total_count": 2
}
}