curl --location --request GET 'https://studio.persianapi.com/web-service/common/forex' \
--header 'Authorization: Bearer <token>'
[
{
"Key": "string",
"Category": "string",
"Title": "string",
"Price": "string",
"Change": "string",
"Low": "string",
"High": "string",
"created_at": "string"
}
]