Authorization: Bearer ********************curl --location --request POST 'https://api.iranpayamak.com/ws/v1/orders/pay' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'orderId="2"' \
--form 'paymentSource="gateway"' \
--form 'redirectUrl="https://test.com"'{}