{
"customer": {
"id": "CUST-123123123",
"name": "Anton Budiman"
}
}
curl --location --request POST '/direct-debit/v1/tokens' \
--header 'Client-Id: {{client_id}}' \
--header 'Request-Id: {{request_id}}' \
--header 'Request-Timestamp: {{request_timestamp}}' \
--header 'Signature: {{signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer": {
"id": "CUST-123123123",
"name": "Anton Budiman"
}
}'
{}