curl –location –request POST ‘https://apiv2.shiprocket.in/v1/external/auth/login’ \
–header ‘Content-Type: application/json’ \
–data-raw ‘{
“email”: “”,
“password”: “”
}’
curl –location –request POST ‘https://apiv2.shiprocket.in/v1/external/auth/login’ \
–header ‘Content-Type: application/json’ \
–data-raw ‘{
“email”: “”,
“password”: “”
}’