curl --location --request POST 'https://be.myquiz.fun/api/payments/create-order' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"subscriptionPlanId": "4b92ad1d-59e2-484e-b3e4-a8317760e6e7"
}'