cURL
curl --request GET \ --url https://egimgarsud.gimpayapp.com/api/v1/countries \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "status": 123, "body": {}, "timestamp": "2023-11-07T05:31:56Z" }
Collecter la liste complète des pays disponibles.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pays récupérées avec succès.