curl --location --request POST 'https://staging.api.joindapayments.com/auth/token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"service_name": "string",
"auth_token": "string"
}'{"status":"success","message":"Authentication successful","data":{"service_name":"feather","service_id":"064039ba-9a18-4610-85d9-f5fd656bffe9","access_token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJmZWF0aGVyIiwiZXhwIjoxNzQ2OTUzNDczfQ.ydgGgYMb9c9UuzMuYztVLAJAJf3nhL00TnulqGusRCA"}}