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/?relStr=true' \
--header 'Authorization: Bearer <token>' \
--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
}
}