Authorization: Bearer ********************
{
"tokens": 100,
"reference_1": 400,
"reference_2": "This is a string reference with a 1000 character limit."
}
curl --location --request POST '/selfService/credit/byUserExtRelationId/' \
--header 'Content-Type: application/json' \
--data-raw '{
"tokens": 100,
"reference_1": 400,
"reference_2": "This is a string reference with a 1000 character limit."
}'
{
"data": {
"id": 2
}
}