curl --request POST \
--url https://dev-billing-api.iqraa.ai/api/v1/api/v1/subscriptions/add-seats \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"seats": 10
}'curl --request POST \
--url https://dev-billing-api.iqraa.ai/api/v1/api/v1/subscriptions/add-seats \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"seats": 10
}'