Authorization: Bearer ********************curl --location --request PUT 'http://api.cephisso.dev/ords/cephisso_system/v1//currency-conversions/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cephisso_platform_accounts_id": "string",
"conversion_date": "string",
"currencies_id2": "string",
"currencies_id": "string",
"data_lineage": "string",
"metadata": "string",
"rate": "string",
"type": "string",
"udfs": "string"
}'{}