curl --request POST \
--url https://sandbox.killb.app/api/v2/backoffice/ramps/check-cash-in-processing \
--header 'Authorization: Bearer <token>'{
"totalChecked": 123,
"updated": 123,
"failed": 123,
"details": [
{
"transferId": "<string>",
"status": "<string>",
"message": "<string>",
"transactionId": "<string>",
"providerId": "<string>",
"providerName": "<string>"
}
]
}curl --request POST \
--url https://sandbox.killb.app/api/v2/backoffice/ramps/check-cash-in-processing \
--header 'Authorization: Bearer <token>'{
"totalChecked": 123,
"updated": 123,
"failed": 123,
"details": [
{
"transferId": "<string>",
"status": "<string>",
"message": "<string>",
"transactionId": "<string>",
"providerId": "<string>",
"providerName": "<string>"
}
]
}The access token received from the authorization server in the OAuth 2.0 flow.