{ "order_id": 0, "product_id": 2, "num": 1, "address_id": 1, "money": 1111, "boss_id": 4, "user_id": 4, "order_num": 0, "type": 1 }
curl --location --request POST '/api/v1/orders/create' \ --header 'access_token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwidXNlcm5hbWUiOiJ0b2RheSIsImV4cCI6MTcxNDAzNjQzNiwiaXNzIjoibWFsbCJ9.nLE1wXaRbn569obxaWFevuqCHsbFxYpky8Mk5-XGlgM' \ --header 'refresh_token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MTQ2MzA0MzYsImlzcyI6Im1hbGwifQ.XQGig9NJRB3CDIB_4gpzqrs-SvVJkAOiHWVeQ3z_Jm0' \ --header 'Content-Type: application/json' \ --data-raw '{ "order_id": 0, "product_id": 2, "num": 1, "address_id": 1, "money": 1111, "boss_id": 4, "user_id": 4, "order_num": 0, "type": 1 }'
{}