Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/x-www-form-urlencoded
Request Code Samples
curl --location --request POST 'https://api.edara.io/v/currencies'
Responses
application/json
Currency created successfully.
{
"status_code": 200,
"result": true
}
Modified at 2025-07-09 20:29:50