curl --request PATCH \
--url https://api.meetcampfire.com/ca/api/user_currency/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"currency": "USD"
}'
{
"id": 123,
"name": "<string>",
"currency": "USD",
"created_at": "2023-11-07T05:31:56Z",
"last_modified_at": "2023-11-07T05:31:56Z",
"customer": 123
}
curl --request PATCH \
--url https://api.meetcampfire.com/ca/api/user_currency/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"currency": "USD"
}'
{
"id": 123,
"name": "<string>",
"currency": "USD",
"created_at": "2023-11-07T05:31:56Z",
"last_modified_at": "2023-11-07T05:31:56Z",
"customer": 123
}
Token-based authentication with required prefix "Token"
The response is of type object
.