Untitled

 avatar
unknown
plain_text
2 years ago
364 B
18
Indexable
curl --location --request POST 'https://api.staging.flipfit.io/api/auth/token' \
--header 'Accept-Language: en-us' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Connection: keep-alive' \
--data-raw '{
    "client_id": "interview@flip.shop",
    "client_secret": "Akuku123!",
    "grant_type": "client_credentials"
}'
Editor is loading...