put https://api.riskline.com/v2/receipts/country-risk-levels
For Country Risk Level service.
Responses
For Country Risk Level service.
xxxxxxxxxx
13curl --request PUT \
--url https://api.riskline.com/v2/receipts/country-risk-levels \
--header 'Authorization: Bearer xxx' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"receipt": {
"iso_code": "us",
"language": "fr"
}
}
'