curl --location --request PATCH '/api/v1/checkout-sessions/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "PENDING"
}'{
"success": true,
"data": {
"sessionId": "string",
"status": "string",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}